toggle menu
Core
0.9.1
js
switch theme
search in API
Core
/
[root]
/
JsWebSocketSession
Js
Web
Socket
Session
js
internal
class
JsWebSocketSession
(
val
coroutineContext
:
CoroutineContext
,
val
websocket
:
WebSocket
)
:
DefaultWebSocketSession
Members
Members & Extensions
Constructors
Js
Web
Socket
Session
Link copied to clipboard
js
constructor
(
coroutineContext
:
CoroutineContext
,
websocket
:
WebSocket
)
Properties
_close
Reason
Link copied to clipboard
js
private
val
_closeReason
:
CompletableDeferred
<
CloseReason
>
_incoming
Link copied to clipboard
js
private
val
_incoming
:
Channel
<
Frame
>
_outgoing
Link copied to clipboard
js
private
val
_outgoing
:
Channel
<
Frame
>
close
Reason
Link copied to clipboard
js
open
override
val
closeReason
:
Deferred
<
CloseReason
?
>
coroutine
Context
Link copied to clipboard
js
open
override
val
coroutineContext
:
CoroutineContext
extensions
Link copied to clipboard
js
open
override
val
extensions
:
List
<
WebSocketExtension
<
*
>
>
incoming
Link copied to clipboard
js
open
override
val
incoming
:
ReceiveChannel
<
Frame
>
masking
Link copied to clipboard
js
open
override
var
masking
:
Boolean
max
Frame
Size
Link copied to clipboard
js
open
override
var
maxFrameSize
:
Long
outgoing
Link copied to clipboard
js
open
override
val
outgoing
:
SendChannel
<
Frame
>
ping
Interval
Millis
Link copied to clipboard
js
open
override
var
pingIntervalMillis
:
Long
timeout
Millis
Link copied to clipboard
js
open
override
var
timeoutMillis
:
Long
websocket
Link copied to clipboard
js
private
val
websocket
:
WebSocket
Functions
channel
From
Stream
Link copied to clipboard
js
internal
fun
CoroutineScope
.
channelFromStream
(
stream
:
ReadableStream
<
Uint8Array
>
)
:
ByteReadChannel
flush
Link copied to clipboard
js
open
suspend override
fun
flush
(
)
is
Reserved
Status
Code
Link copied to clipboard
js
private
fun
Short
.
isReservedStatusCode
(
)
:
Boolean
read
Body
Link copied to clipboard
js
internal
suspend
fun
CoroutineScope
.
readBody
(
response
:
Response
)
:
ByteReadChannel
read
Body
Browser
Link copied to clipboard
js
internal
suspend
fun
CoroutineScope
.
readBodyBrowser
(
response
:
Response
)
:
ByteReadChannel
send
Link copied to clipboard
js
open
suspend
fun
send
(
frame
:
Frame
)
start
Link copied to clipboard
js
open
override
fun
start
(
negotiatedExtensions
:
List
<
WebSocketExtension
<
*
>
>
)
terminate
Link copied to clipboard
js
open
override
fun
terminate
(
)